Skip to content

Commit

Permalink
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Oct 18, 2017
1 parent 1e44ae0 commit 564a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ then
fi

# Get signer
if [[ -n"$1" ]]
if [[ -n "$1" ]]
then
SIGNER=$1
shift
Expand Down

0 comments on commit 564a172

Please sign in to comment.